Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: add hook for making Colab TOC visible #174

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Conversation

redeboer
Copy link
Member

@redeboer redeboer commented Sep 27, 2023

Closes #40

Usage with .pre-commit-config.yaml:

repos:
  - repo: https://github.com/ComPWA/repo-maintenance
    rev: 1f0e8ab
    hooks:
      - id: colab-toc-visible

Usage without pre-commit:

python3 -m pip install git+https://github.com/ComPWA/repo-maintenance@1f0e8ab
colab-toc-visible my-notebook.ipynb

@redeboer redeboer added the ✨ Feature New feature added to the package label Sep 27, 2023
@redeboer redeboer self-assigned this Sep 27, 2023
@redeboer redeboer merged commit 835e561 into main Sep 27, 2023
18 checks passed
@redeboer redeboer deleted the colab-toc-visible branch September 27, 2023 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature New feature added to the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Open TOC sidebar in Google Colab by default
1 participant